Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseObjectMappingCollection<T> Class / Site Property

In This Topic
    Site Property (BaseObjectMappingCollection<T>)
    In This Topic
    Gets or sets the ISite associated with the IComponent.
    Syntax
    'Declaration
     
    
    Public Overridable Property Site As ISite
    public virtual ISite Site {get; set;}
    See Also